-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance fixes for #659 #684
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #684 +/- ##
==========================================
- Coverage 71.37% 67.27% -4.11%
==========================================
Files 218 217 -1
Lines 7082 7041 -41
Branches 1092 1092
==========================================
- Hits 5055 4737 -318
- Misses 1737 2053 +316
+ Partials 290 251 -39 ☔ View full report in Codecov by Sentry. |
Some semi-representative data from this PR, run on my own machine, using the static suite. Back when we were using xmlparsedata:
New (before this PR, very bad):
This PR. Compared to xmlparsedata, retrieval is still a bit slower, but normalization is faster.
|
Current drop:
|
This reverts commit 578c64e.
Settle for:
|
Without jsonlite
|
This pull request is included in v1.4.2 (see Release v1.4.2 (Dropping xmlparsedata, Benchmark Re-Runs, and Repl Fixes)). |
No description provided.